home *** CD-ROM | disk | FTP | other *** search
/ Macademic for Students & Teachers / Macademic for Students and Teachers (Quantum Leap)(1992).iso / Mathematics / GraphStack-Quadratic Eq. / background_12357.txt < prev    next >
Text File  |  1988-09-05  |  2KB  |  119 lines

  1. -- background: 12357 from stack: in.
  2. -- bmap block id: 12733
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 10
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A004
  11. -- rect: left=10 top=312 right=334 bottom=93
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Print Card
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   hide me
  23.   hide bg btn "Prev"
  24.   hide bg btn "Next"
  25.   doMenu "Print Card"
  26.   show me
  27.   show bg btn "Prev"
  28.   show bg btn "Next"
  29. end mouseUp
  30.  
  31.  
  32.  
  33. -- part 2 (button)
  34. -- low flags: 00
  35. -- high flags: 2000
  36. -- rect: left=450 top=309 right=336 bottom=478
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 1014 / 1014
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: Prev
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   visual effect iris close
  48.   go prev
  49. end mouseUp
  50.  
  51.  
  52.  
  53. -- part 3 (button)
  54. -- low flags: 00
  55. -- high flags: 2000
  56. -- rect: left=477 top=309 right=336 bottom=505
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 1013 / 1013
  59. -- text alignment: 1
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: Next
  65. ----- HyperTalk script -----
  66. on mouseUp
  67.   visual effect iris open
  68.   go next
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part 4 (button)
  74. -- low flags: 00
  75. -- high flags: 2000
  76. -- rect: left=480 top=1 right=28 bottom=508
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 1012 / 1012
  79. -- text alignment: 1
  80. -- font id: 0
  81. -- text size: 12
  82. -- style flags: 0
  83. -- line height: 16
  84. -- part name: New Button
  85. ----- HyperTalk script -----
  86. on mouseUp
  87.   visual effect iris open
  88.   go first
  89. end mouseUp
  90.  
  91.  
  92.  
  93. -- part 5 (field)
  94. -- low flags: 01
  95. -- high flags: 2004
  96. -- rect: left=4 top=65 right=146 bottom=134
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 0 / 0
  99. -- text alignment: 0
  100. -- font id: 20
  101. -- text size: 14
  102. -- style flags: 256
  103. -- line height: 18
  104. -- part name: Variables
  105.  
  106.  
  107. -- part 6 (field)
  108. -- low flags: 01
  109. -- high flags: 2004
  110. -- rect: left=4 top=5 right=68 bottom=134
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 0 / 0
  113. -- text alignment: 0
  114. -- font id: 20
  115. -- text size: 14
  116. -- style flags: 16640
  117. -- line height: 18
  118. -- part name: Vertex
  119.